home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / bbs / Hydra11.lha / HBBS / Setup < prev    next >
Text File  |  1996-06-25  |  1KB  |  45 lines

  1. ;$HBBS
  2.  
  3. ;
  4. ; Add this script to your S:User-Startup! (read the entire file first..)
  5. ;
  6.  
  7. ; Change the ""'s below to the directory that you installed hbbs to (e.g. DH1:HBBS)
  8. Assign hbbs: ""
  9.  
  10. ; Other assigns that are required so that hbbs can find it's stuff..
  11. Assign fonts: hbbs:System/amiga/fonts add
  12. Assign devs: hbbs:System/amiga/devs add
  13. Assign libs: hbbs:System/amiga/libs add
  14.  
  15. ; Only if you have developer stuff installed!
  16. Assign Include: HBBS:Developer/Include add
  17. Assign Lib: HBBS:Developer/Lib add
  18.  
  19. Path HBBS:System/Amiga/CLI ADD
  20.  
  21. ; set the TTX below to what ever editor you use, if it's not in the path
  22. ; then specify it's location. (ie, use CED, ED, GED etc...)
  23.  
  24. setenv HBBSEditor TTX
  25.  
  26. ; then specify the parameters you want to send to the editor after the
  27. ; filename has been passed to it.
  28.  
  29. setenv HBBSEditorParams SCREEN CtrlScrn
  30.  
  31. ; using the above 2 settings we'd get something like this:
  32.  
  33. ; GED <filename> SCREEN CtrlScrn
  34.  
  35. ; Remove this line if you are adding this to your s:user-startup
  36. HBBS:Utils/Select_Mode
  37.  
  38.  
  39.  
  40. ; The following assigns are just so you can play with Hbbs without having to change
  41. ; too many config files.  They are assigns for upload/download paths, check out
  42. ; confconfig files in each of the conferences
  43.  
  44. Assign Files_1: HBBS:Files
  45.